info

public static void info(String message)

Logs an INFO message.

Parameters

message

the message to log


public static void info(String message, Array<Object> arguments)

Logs an INFO message with the given arguments.

Parameters

message

the message to log

arguments

the array of arguments to the message